| Fully Qualified Name: | Laminas\Db\Sql\Platform\Sqlite\Sqlite |
| Extends: | AbstractPlatform |
| Name | Description | Defined By |
|---|---|---|
| __construct() | Constructor | Sqlite |
| getDecorators() | AbstractPlatform | |
| getSqlString() | {@inheritDoc} | AbstractPlatform |
| getTypeDecorator() | AbstractPlatform | |
| prepareStatement() | {@inheritDoc} | AbstractPlatform |
| setSubject() | {@inheritDoc} | AbstractPlatform |
| setTypeDecorator() | AbstractPlatform |
Constructor
Registers the type decorator.
Returns:
Returns: array|\PlatformDecoratorInterface[]
{@inheritDoc}
| Parameter Name | Type | Description |
|---|---|---|
| $adapterPlatform |
Returns:
| Parameter Name | Type | Description |
|---|---|---|
| $subject | \PreparableSqlInterface|\SqlInterface |
Returns: \PlatformDecoratorInterface|\PreparableSqlInterface|\SqlInterface
{@inheritDoc}
| Parameter Name | Type | Description |
|---|---|---|
| $adapter | ||
| $statementContainer |
Returns:
{@inheritDoc}
| Parameter Name | Type | Description |
|---|---|---|
| $subject |
Returns:
| Parameter Name | Type | Description |
|---|---|---|
| $type | string | |
| $decorator | \PlatformDecoratorInterface |
Returns: void